home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / educ / cal / limits.trs < prev    next >
Encoding:
Text File  |  1990-01-24  |  460 b   |  49 lines

  1. MENU
  2. 1
  3. 2
  4. BOX
  5. 2
  6. log(x) / (x-1)
  7. 1
  8. MESSAGE
  9. 2
  10. The function is not defined at 1
  11. but it has a limit as x --> 1 .
  12. PAUSE
  13. MENU
  14. 1
  15. 1
  16. BOX
  17. 2
  18. abs(x) / x
  19. 0
  20. MESSAGE
  21. 2
  22. Left and right limits exist, but are different.
  23. Hence there is no limit.
  24. PAUSE
  25. MENU
  26. 1
  27. 1
  28. BOX
  29. 2
  30. sqr(x)
  31. 0
  32. MESSAGE
  33. 2
  34. Function is defined at 0 and has a right limit.
  35. But there is no left limit, hence no limit.
  36. PAUSE
  37. MENU
  38. 1
  39. 1
  40. BOX
  41. 2
  42. (x+3) / (x-3)
  43. 3
  44. PAUSE
  45. MENU
  46. 1
  47. 7
  48. END
  49.